home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / dfpp01.zip / README.DOC < prev    next >
Text File  |  1992-12-13  |  2KB  |  81 lines

  1. November, 1992
  2.  
  3. D-Flat++ Version 1
  4.  
  5. The source files in the DFPP archive constitute the D-Flat++ user
  6. interface class library and examples. This is public domain code. You
  7. may use it in your applications without restriction. You may freely
  8. distribute source code. It would be nice if you would give credit to
  9. Dr. Dobb's Journal as the original publisher of the source code.
  10.  
  11. Version 1 is far from a complete implementation. Multi-line edit
  12. boxes do not work yet, and dialog boxes are not implemented. You can
  13. use this version to see how the project is being constructed and to
  14. compare DF++ with D-Flat.
  15.  
  16. My CompuServe ID is 71101,1262. I monitor the DDJFORUM every day and
  17. prefer that you discuss D-Flat++ there so that every one can benefit
  18. from your comments.
  19.  
  20. ============== Microsoft C 7.0
  21.  
  22. To build with Microsoft C 7.0, type this command
  23.  
  24.     C>nmake /f makefile.msc
  25.  
  26. ========== Borland C++ 3.0 ============
  27.  
  28. To build with the Borland C++ 3.0 make utility:
  29.  
  30. Set the DRIVE macro in the makefile to the path where your compiler
  31. is installed. Set the TEMP macro to the path where the compiler may
  32. write precompiled header files.
  33.  
  34. Type this command:
  35.  
  36.     C>make /fmakefile.bcc
  37.  
  38. ----------------------------------------------------------------------
  39. Calendar of D-Flat++ Source Code Published in the C Programming Column
  40.  
  41.              1992    1992                              
  42.              Nov Dec Jan Feb Mar
  43. applicat.cpp              x
  44. applicat.h                x
  45. button.cpp                    x
  46. button.h                      x
  47. checkbox.cpp                  x
  48. checkbox.h                    x
  49. clock.cpp         x
  50. clock.h       x
  51. control.cpp               x
  52. control.h                 x
  53. cursor.cpp        x
  54. cursor.h      x
  55. desktop.cpp       x
  56. desktop.h     x
  57. dflatdef.h            x
  58. dfwindow.cpp          x
  59. dfwindow.h            x
  60. editbox.cpp
  61. editbox.h
  62. keyboard.cpp      x
  63. keyboard.h    x
  64. listbox.cpp                   x
  65. listbox.h                     x
  66. mouse.cpp         x
  67. mouse.h       x
  68. screen.cpp        x
  69. screen.h      x
  70. speaker.cpp       x
  71. speaker.h     x
  72. textbox.cpp               x
  73. textbox.h                 x
  74. ----------------------------------------------------------------------
  75.  
  76. Buy back issues or Bound editions from M&T to get the complete
  77. D-Flat++ narrative. These columns describe the development of
  78. D-Flat++ and serve as a tutorial on its use.
  79.  
  80. 
  81.